home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / games / egavga / fclassic.exe / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-05-14  |  2KB  |  62 lines

  1. @echo off
  2. cls
  3. if %1a == a goto E0
  4. if %2a == a goto E0
  5. echo ╔═══════════════════════════════════════════════════════════════════════╗
  6. echo ║                                                                       ║
  7. echo ║                 Future Classics Collection Intallation                ║
  8. echo ║                                                                       ║
  9. echo ║ This will create a directory called %2\FC1 on your destination disk,  ║
  10. echo ║ and will install Future Classics Collection in that directory.        ║
  11. echo ║                                                                       ║
  12. echo ║ If you don't want to install Future Classics Collection now, press    ║
  13. echo ║ Ctrl-Break.                                                           ║
  14. echo ║                                                                       ║
  15. echo ╚═══════════════════════════════════════════════════════════════════════╝
  16. pause
  17. echo Creating directory %2\FC1...
  18. if not exist %2\fc1\*.* goto G0
  19. echo There is already a \FC1 directory on drive %2.  If you don't want to
  20. echo install Future Classics Collection into that directory, press Ctrl-Break.
  21. echo Otherwise, press space.
  22. pause
  23. goto G2
  24. :G0
  25. md %2\fc1
  26. :G2
  27. :1
  28. if exist %1\fc1.exe goto 2
  29. echo Insert Future Classics Collection Disk One in drive %1.
  30. pause
  31. goto 1
  32. :2
  33. if exist %1\aldat2.fpf goto D1
  34. echo Copying Future Classics Collection Disk One...
  35. copy %1\*.* %2\fc1
  36. if not exist %2\fc1\fc1.exe goto E1
  37. %2\fc1\part_two %1 %2
  38. :D1
  39. echo Copying Future Classics Collection files...
  40. copy %1\*.* %2\fc1
  41. if not exist %2\fc1\nakada1.ron goto E1
  42. %2
  43. cd %2\fc1
  44. echo Future Classics Collection is now installed on your destination disk.  
  45. echo To run it, type "FC1".
  46. goto D2
  47. :E0
  48. echo Instructions:  To install Future Classics Collection, you must specify
  49. echo the drive containing the floppies that you are installing FROM, and
  50. echo the drive you are installing TO.  For example: if you are installing 
  51. echo from floppy drive A: to hard drive C:, then you should type
  52. echo     INSTALL A: C:
  53. echo ...and press Enter.  Please try again.
  54. goto ED
  55. :E1
  56. echo Installation Error: Perhaps there isn't enough space on your destination
  57. echo disk.  Future Classics Collection installation requires at least 720k 
  58. echo free space.
  59. :ED
  60. echo Future Classics Collection was not installed correctly.
  61. :D2
  62.